Skip to content

feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.23.1 ) - #1769

Open
chaplain-grimaldus[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-mealie-recipes-mealie-3.x
Open

feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.23.1 )#1769
chaplain-grimaldus[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-mealie-recipes-mealie-3.x

Conversation

@chaplain-grimaldus

@chaplain-grimaldus chaplain-grimaldus Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
ghcr.io/mealie-recipes/mealie minor v3.17.0v3.23.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

mealie-recipes/mealie (ghcr.io/mealie-recipes/mealie)

v3.23.1

Compare Source

🍴🍴🍴🍴🍴🍴

Quick fix to a few hints on the new AI page.

🐛 Bug fixes
🍴🍴🍴🍴🍴🍴

v3.23.0

Compare Source

🍴🍴🍴🍴🍴🍴
🎉 Highlights
Simplified AI Imports

Importing recipes with AI has been vastly improved. Rather than several disparate import pages, you now import recipes with AI via the universal "Import with AI" page: image

From here you can also choose several options previously only featured on a handful of pages: image

The internals of how your providers are called has been rewritten as well to break up import tasks into separate calls to your provider, shrinking context windows and producing more consistent results.

Native OIDC endpoints

We now have native OIDC endpoints for OIDC services which only work via passkey (or otherwise don't rely on the browser session), such as Pocket ID and authentik. These should now work for you out of the box (see: #​7804).

✨ New features
🐛 Bug fixes
🧰 Maintenance
28 changes
🔨 Internal development
⬆️ Dependency updates
42 changes
🙏 New Contributors
🍴🍴🍴🍴🍴🍴

v3.22.0

Compare Source

🍴🍴🍴🍴🍴🍴

The previous version of Mealie (v3.21.0) introduced a ⚠️BREAKING CHANGE⚠️ for instances using OIDC: Mealie now requires your OIDC provider to confirm the user's email address before allowing the login. This prevents an unverified, self-asserted email address from being used to match (and sign in) to an existing Mealie account.

If an identity provider does not emit the email_verified claim, logins now fail. If you cannot configure your identity provider to include the email_verified claim, you can set OIDC_REQUIRES_EMAIL_VERIFICATION to false (this is not recommended per the above security concerns). See the docs for more details.

🎉 Highlights

New to this release, many improvements have been made to make importing recipes more reliable. Mealie does a better job of looking like a real browser, rotates between several browser signatures, and retries more intelligently when a site pushes back. This works out of the box, with no configuration.

For sites sitting behind extra bot protection (such as Cloudflare) server admins have two additional controls:

  • Proxy support, which routes recipe and image requests through a proxy. This helps with sites that block your server's IP address.
  • FlareSolverr support, which hands the page to a real headless browser as a last resort. This helps with challenges that Mealie can't get past on its own.

Both require additional configuration to work. Mealie does not ship or manage either one. You supply the proxy, and host FlareSolverr yourself (it runs nicely as a sidecar container). See the configuration docs for the settings, setup details, and an example compose file.

✨ New features
🐛 Bug fixes
🧰 Maintenance
5 changes
🔨 Internal development
⬆️ Dependency updates
5 changes
🍴🍴🍴🍴🍴🍴

v3.21.0

Compare Source

🍴🍴🍴🍴🍴🍴

This release brings a couple new features and a slew of bug fixes.

✨ New features
🐛 Bug fixes
🧰 Maintenance
20 changes
📚 Documentation
🔨 Internal development
⬆️ Dependency updates
39 changes
🙏 New Contributors
🍴🍴🍴🍴🍴🍴

v3.20.1

Compare Source

🍴🍴🍴🍴🍴🍴

Patch release to fix a bug with the number inputs not rendering its value until the value changes.

🐛 Bug fixes
⬆️ Dependency updates
4 changes
🍴🍴🍴🍴🍴🍴

v3.20.0

Compare Source

🍴🍴🍴🍴🍴🍴

This release contains several fixes and security updates, including a fix for the recipe parser which should hopefully make it more consistent on some less-trusted networks.

✨ New features
🐛 Bug fixes
🧰 Maintenance
11 changes
📚 Documentation
🔨 Internal development
⬆️ Dependency updates
30 changes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@chaplain-grimaldus
chaplain-grimaldus Bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from 80a9932 to eed730c Compare May 24, 2026 20:20
@chaplain-grimaldus chaplain-grimaldus Bot changed the title feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.18.0 ) feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.19.0 ) May 24, 2026
@chaplain-grimaldus
chaplain-grimaldus Bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from eed730c to ab726ac Compare May 27, 2026 18:01
@chaplain-grimaldus chaplain-grimaldus Bot changed the title feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.19.0 ) feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.19.1 ) May 27, 2026
@chaplain-grimaldus
chaplain-grimaldus Bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from ab726ac to 37dde27 Compare May 29, 2026 04:37
@chaplain-grimaldus chaplain-grimaldus Bot changed the title feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.19.1 ) feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.19.2 ) May 29, 2026
@chaplain-grimaldus
chaplain-grimaldus Bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from 37dde27 to 6374a03 Compare June 24, 2026 14:55
@chaplain-grimaldus chaplain-grimaldus Bot changed the title feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.19.2 ) feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.20.0 ) Jun 24, 2026
@chaplain-grimaldus
chaplain-grimaldus Bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from 6374a03 to 5183902 Compare June 26, 2026 22:25
@chaplain-grimaldus chaplain-grimaldus Bot changed the title feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.20.0 ) feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.20.1 ) Jun 26, 2026
@chaplain-grimaldus
chaplain-grimaldus Bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from 5183902 to c1bd54f Compare July 23, 2026 18:07
@chaplain-grimaldus chaplain-grimaldus Bot changed the title feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.20.1 ) feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.21.0 ) Jul 23, 2026
@chaplain-grimaldus
chaplain-grimaldus Bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from c1bd54f to 8519abd Compare July 28, 2026 01:21
@chaplain-grimaldus chaplain-grimaldus Bot changed the title feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.21.0 ) feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.22.0 ) Jul 28, 2026
@chaplain-grimaldus
chaplain-grimaldus Bot force-pushed the renovate/ghcr.io-mealie-recipes-mealie-3.x branch from 8519abd to ae21462 Compare August 18, 2026 15:21
@chaplain-grimaldus chaplain-grimaldus Bot changed the title feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.22.0 ) feat(container): update image ghcr.io/mealie-recipes/mealie ( v3.17.0 → v3.23.1 ) Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants